home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
- USERS(FILES) USERS(FILES)
-
-
-
- NAME
- .../files/users - INGRES user codes and parameters
-
- DESCRIPTION
- This file contains the user information in fields seperated
- by colons. The fields are as follows:
- * User name, taken directly from /_e_t_c/_p_a_s_s_w_d file.
- * User code, assigned by the INGRES super-user. It must be
- a unique two character code.
- * UNIX user id. This MUST match the entry in the
- /_e_t_c/_p_a_s_s_w_d file.
- * UNIX group id. Same comment applies.
- * Status word in octal. Bit values are:
- 0000001 creatdb permission
- 0000002 permits batch update override
- 0000004 permits update of system catalogs
- 0000020 can use trace flags
- 0000040 can turn off qrymod
- 0000100 can use arbitrary proctabs
- 0000200 can use the =proctab form
- 0100000 ingres superuser
- * A list of flags automatically set for this user.
- * The process table to use for this user.
- * An initialization file to read be read by the monitor at
- login time.
- * Unassigned.
- * Comma seperated list of databases. If this list is null,
- the user may enter any database. If it begins with a
- `-', the user may enter any database except the named
- databases. Otherwise, the user may only enter the named
- databases.
-
- Giving permission to a user to use arbitrary process tables
- is tantamount to turning off the protection system for that
- user.
-
- EXAMPLE
- ingres:aa:5:2:177777:-d:=special:/mnt/ingres/.ingres::
- guest:ah:35:1:000000:::::demo,guest
-
- SEE ALSO
- initucode(util)
-
-